Creates a StackPanel containing the specified plots and axis renderers. The panel is automatically added to the dashboard's LayoutPanel.
Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting
C# Copy Code |
---|
public StackPanel CreateAndAddColumnLayout ( |
Visual Basic Copy Code |
---|
Public Function CreateAndAddColumnLayout( _ |
An array of XAxisRenderer components that should be placed at top side of the plots.
An array of Plot2D instances.
An array of XAxisRenderer components that should be placed at bottom side of the plot.
A StackPanel instance.